ALooper_prepare

Prepares a looper associated with the calling thread, and returns it. If the thread already has a looper, it is returned. Otherwise, a new one is created, associated with the thread, and returned.

The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.

extern (C) nothrow @nogc
ALooper*
ALooper_prepare
(
int opts
)

Meta